object fLangFileDlg: TfLangFileDlg Left = 184 Top = 160 BorderStyle = bsDialog Caption = 'Select language file' ClientHeight = 306 ClientWidth = 356 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object GroupBox1: TGroupBox Left = 5 Top = 2 Width = 346 Height = 51 Caption = 'File name:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object eFileName: TEdit Left = 10 Top = 18 Width = 256 Height = 22 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 Text = 'eFileName' OnExit = eFileNameExit end object bBrowse: TButton Left = 270 Top = 18 Width = 65 Height = 22 Caption = '&Browse' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = bBrowseClick end end object bOK: TButton Left = 196 Top = 276 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 276 Top = 276 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox2: TGroupBox Left = 5 Top = 56 Width = 346 Height = 213 Caption = 'File info:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 object Label1: TLabel Left = 10 Top = 14 Width = 80 Height = 14 AutoSize = False Caption = 'Version:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 10 Top = 30 Width = 80 Height = 14 AutoSize = False Caption = 'Captions:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 10 Top = 46 Width = 80 Height = 14 AutoSize = False Caption = 'Languages:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object lVersion: TLabel Left = 95 Top = 14 Width = 240 Height = 14 AutoSize = False Caption = 'lVersion' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object lCaptions: TLabel Left = 95 Top = 30 Width = 240 Height = 14 AutoSize = False Caption = 'lCaptions' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object lvLanguages: TListView Left = 10 Top = 62 Width = 326 Height = 141 ColumnClick = False Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Symbol' end item Alignment = taRightJustify Caption = 'Id' end item Caption = 'Default' end> ReadOnly = True Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] RowSelect = True ParentFont = False TabOrder = 0 ViewStyle = vsReport end end object odFileName: TOpenDialog Filter = 'MBW language data file (*.mld)|*.mld|All files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Select language file' Left = 5 Top = 144 end end